public class FilterCatalogEntryVect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
FilterCatalogEntryVect() |
|
FilterCatalogEntryVect(long n) |
protected |
FilterCatalogEntryVect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(FilterCatalogEntry x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(FilterCatalogEntryVect o) |
protected void |
finalize() |
FilterCatalogEntry |
get(int i) |
protected static long |
getCPtr(FilterCatalogEntryVect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
FilterCatalogEntry val) |
long |
size() |
protected FilterCatalogEntryVect(long cPtr, boolean cMemoryOwn)
public FilterCatalogEntryVect()
public FilterCatalogEntryVect(long n)
protected static long getCPtr(FilterCatalogEntryVect obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(FilterCatalogEntry x)
public FilterCatalogEntry get(int i)
public void set(int i, FilterCatalogEntry val)
public boolean equals(FilterCatalogEntryVect o)